* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	font-family: "微软雅黑";
	color: #333;
}

img {
	border: none;
}

.hide {
	display: none;
}
.top_out{
	width: 100%;
	height: 500px;
	background: url(top_bg.png) no-repeat top center;
}
.top_t{
	width: 100%;
	height: 70px;
	background-color: #1374c5;
}
.nav_out{
	width: 1200px;
	margin: 0 auto;
	height: 70px;
}
.nav_out ul{
	float: left;
}
.search_out{
	width: 211px;
	height: 30px;
	background: url(search_bg.png) no-repeat;
	margin-top: 20px;
	float: right;
}
.nav_out ul li{
	float: left;
	width: 140px;
	height: 70px;
	line-height: 70px;
}
.nav_out ul li a{
	color: white;
	font-size: 20px;
}
.serch {
    width: 170px;
    height: 30px;
    background: none;
    border: none;
    outline: none;
    padding-left: 10px;
    color: white;
    font-size: 16px;
    line-height: 30px;
}
.search_out button {
    float: right;
    width: 30px;
    height: 30px;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
}
.logo_out{
	width: 1200px;
	height: 430px;
	margin: 0 auto;
	position: relative;
}
.logo{
	margin-top: 86px;
}
.jft_out{
	width: 300px;
	height: 40px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(jft_bg.png) no-repeat;
}
.jft_out ul{
	margin-top: 15px;
	margin-left: 25px;
}
.jft_out ul li{
	float: left;
	padding: 0 15px;
	line-height: 12px;
	border-right: 1px solid white;
}
.jft_out ul li:nth-child(4){
	border-right: none;
	padding-right: 0;
}
.jft_out ul li a{
	font-size: 14px;
	color: white;
}


/*主体开始*/
.sec_out{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.xxzx_tit{
	width: 100%;
	height: 96px;
	line-height: 96px;
	text-align: center;
	font-size: 30px;
	color: black;
}
.xxzx_l{
	width: 580px;
	height: 390px;
	float: left;
	position: relative;
}
.xxzx_r{
	float: right;
	width: 580px;
	height: 390px;
}
.ls_more{
	display: inline-block;
	position: absolute;
	width: 40px;
	height: 30px;
	right: 0;
	bottom: 0;
	background: url(more_bg.png) no-repeat;
}

.sec_mid{
	width: 100%;
	height: 411px;
	margin-top: 40px;
	margin-bottom: 30px;
	background: url(secmid_bg.png) no-repeat top left;
}
.jmzx_tit{
	width: auto;
	margin-left: 30px;
	height: 86px;
/*	line-height: 86px;*/
}
.jmzx_tit ul {
	padding-top: 34px;
}
.jmzx_tit ul li{
	float: left;
	padding: 0 30px;
	line-height: 20px;
	border-left: 1px solid white;
}
.jmzx_tit ul li:first-child{
	padding-left: 0;
	border-left: none;
}
.jmzx_tit ul li a{
	font-size: 24px;
	color: white;
}
.change1 a{
	font-size: 28px !important;
}
.jmzx_ls{
	width: 1140px;
	padding: 30px;
	height: auto;
	margin: 0 auto;
}
.sec_bot{
	width: 100%;
	height: auto;
}
.mcfw_tit{
	width: 100%;
	height: 60px;
	font-size: 30px;
	color: #000;
	line-height: 28px;
}
.mcfw_ls{
	width: 100%;
	height: 306px;
	background: url(xuxian_bg.png) no-repeat top center;
}


/*友情链接*/
.yqlj_out{
	width: 100%;
	height: 74px;
	border-top: 3px solid #1374c5;
}
.yqlj{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	margin-top: 15px;
}
.yqlj_ls{
	width: 277px;
	height: 40px;
	float: left;
	margin-right: 30px;
}
.yqlj_ls:last-child{
	margin-right: 0;
}



/*底部*/
.bot_out{
	width: 100%;
	height: 110px;
	background: #1374c5;
}
.bot_out p{
	text-align: center;
	margin: 0 auto;
	padding-top: 13px;
	font-size: 14px;
	color: white;
}
